home *** CD-ROM | disk | FTP | other *** search
- object csAutoDefaultsEditDlg: TcsAutoDefaultsEditDlg
- Left = 147
- Top = 84
- ActiveControl = CompGrid
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Edit Automatic Defaults'
- ClientHeight = 323
- ClientWidth = 482
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object Label2: TLabel
- Left = 268
- Top = 288
- Width = 209
- Height = 26
- AutoSize = False
- Caption =
- 'Hints can be disabled using the TcsAutoDefaults.ShowHint propert' +
- 'y.'
- WordWrap = True
- end
- object IgnoreBtn: TButton
- Left = 96
- Top = 288
- Width = 77
- Height = 27
- Hint = 'Define the properties to ignore.'
- Caption = '&Ignore...'
- TabOrder = 3
- OnClick = IgnoreBtnClick
- end
- object HelpBtn: TBitBtn
- Left = 180
- Top = 288
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkHelp
- end
- object CloseBtn: TBitBtn
- Left = 12
- Top = 288
- Width = 77
- Height = 27
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 2
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000000000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00377777777788
- F8F878F7777777777333333F00004444400777FFF444447777777777F333FF7F
- 000033334D5008FFF4333377777777773337777F0000333345D50FFFF4333333
- 337F777F3337F33F000033334D5D0FFFF43333333377877F3337F33F00003333
- 45D50FEFE4333333337F787F3337F33F000033334D5D0FFFF43333333377877F
- 3337F33F0000333345D50FEFE4333333337F787F3337F33F000033334D5D0FFF
- F43333333377877F3337F33F0000333345D50FEFE4333333337F787F3337F33F
- 000033334D5D0EFEF43333333377877F3337F33F0000333345D50FEFE4333333
- 337F787F3337F33F000033334D5D0EFEF43333333377877F3337F33F00003333
- 4444444444333333337F7F7FFFF7F33F00003333333333333333333333777777
- 7777333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
- 333333333333777777F3333F00003333330000003333333333337FFFF7F3333F
- 0000}
- NumGlyphs = 2
- end
- object ComponentPanel: TPanel
- Left = 4
- Top = 4
- Width = 293
- Height = 277
- TabOrder = 0
- object ColumnHeadings: THeader
- Left = 8
- Top = 4
- Width = 277
- Height = 17
- Sections.Sections = (
- #0'135'#0'Component'
- #0'138'#0'Class')
- TabOrder = 0
- OnSized = ColumnHeadingsSized
- end
- object CompGrid: TDrawGrid
- Left = 8
- Top = 20
- Width = 277
- Height = 217
- Color = clBtnFace
- ColCount = 1
- FixedCols = 0
- FixedRows = 0
- GridLineWidth = 0
- Options = [goDrawFocusSelected]
- RowCount = 1
- ScrollBars = ssVertical
- TabOrder = 1
- OnDblClick = CompGridDblClick
- OnDrawCell = CompGridDrawCell
- end
- object AddBtn: TButton
- Left = 8
- Top = 244
- Width = 77
- Height = 27
- Hint =
- 'Add the property values of the highlighted component to the Auto' +
- 'Defaults file.'
- Caption = '&Add'
- TabOrder = 2
- OnClick = AddBtnClick
- end
- object SetBtn: TButton
- Left = 92
- Top = 244
- Width = 77
- Height = 27
- Hint =
- 'Set the property values of the highlighted component to the defa' +
- 'ults for the component'#39's class.'
- Caption = '&Set'
- TabOrder = 3
- OnClick = SetBtnClick
- end
- end
- object ClassPanel: TPanel
- Left = 300
- Top = 4
- Width = 177
- Height = 277
- TabOrder = 1
- object Label1: TLabel
- Left = 9
- Top = 6
- Width = 124
- Height = 13
- Caption = 'Classes with defaults:'
- end
- object ClassLB: TListBox
- Left = 8
- Top = 20
- Width = 161
- Height = 217
- ItemHeight = 13
- MultiSelect = True
- Sorted = True
- TabOrder = 0
- end
- object DeleteBtn: TButton
- Left = 8
- Top = 244
- Width = 77
- Height = 27
- Hint = 'Delete the default property values for the highlighted class.'
- Caption = '&Delete'
- TabOrder = 1
- OnClick = DeleteBtnClick
- end
- object DeleteAllBtn: TButton
- Left = 92
- Top = 244
- Width = 77
- Height = 27
- Hint = 'Delete the default property values for all classes.'
- Caption = 'Dele&te All'
- TabOrder = 2
- OnClick = DeleteAllBtnClick
- end
- end
- end
-